Manually pulling back a GtkTreeViewColumn fix from treeview-refactor-staging
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 2 Dec 2010 08:42:46 +0000 (17:42 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 2 Dec 2010 08:42:46 +0000 (17:42 +0900)
commit005964b22a86104ce8a4e9bf344ba2c8c032a58a
tree136ba59539fe2621f07929e374431552f22ffc22
parentcd09abf461f15e464ce92fc3b22d0661be7352f2
Manually pulling back a GtkTreeViewColumn fix from treeview-refactor-staging

This fix has evolved in the staging branch since all column members are
on a private structure, but since it causes warnings when closing the
windows of the testcellarea test (because the combo-boxes use a treeviewcolumn)
I thought it nice for now to just manually include the fix.

The fix is just proper bookkeeping of delegate objects at dispose() time.
gtk/gtktreeviewcolumn.c